home *** CD-ROM | disk | FTP | other *** search
INI File | 2009-10-07 | 1.2 KB | 19 lines |
- [Club]
- team >5% better than second best team; League.RatingRatioAboveSecondBestTeam >= 5
- champions; Team.IsChampion
- not champions; Team.IsChampion == 0
- team among best 3; Team.LeaguePositionRating <= 3
- team >5% weaker than best team; League.RatingRatioBelowBestTeam >= 5
- team <5% weaker than best team; League.RatingRatioBelowBestTeam < 5
- team <3% behind rank for an international competition; League.RatingRatioBelowInternationalQualification < 3
- qualified for international competition; Team.QualifiedForInternationalCompetition
- not qualified for international competition; Team.QualifiedForInternationalCompetition == 0
- team is on a rank for a relegation position; Team.LeaguePositionRating < Match.FirstRelegationPosition
- promoted; Team.IsPromoted
- not promoted; Team.IsPromoted == 0
- team ranking in upper 2/3rd of the league; League.RatingThird < 3
- team ranking in lower 3rd of the league; League.RatingThird == 3
- team ranking in middle 3rd of the league; League.RatingThird == 2
- >6 new players; Team.NewPlayers > 6
- finished max. 3 position above relegation last season; League.PositionsAboveRelegationLastSeason < 3
- >5% worse than second worst team; League.RatingRatioBelowSecondWorstTeam >= 5